swift simulatore condition

93

#if targetEnvironment(simulator)
  // your simulator code
#else
  // your real device code
#endif

Comments

Submit
0 Comments